home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / mptwcbts.zip / ALL.OK next >
Text File  |  1989-05-08  |  912b  |  20 lines

  1. This file does nothing but EXIST.  It is needed by external 
  2. downloads to help WILDCAT! determine if the transfer was
  3. successful.  Since most external transfer programs will follow
  4. the DOS convention of setting the ERRORLEVEL to 1 if an error
  5. takes place, we can use this file to test for that condition.  
  6. The end of each external batch download file should contain the
  7. line:
  8.  
  9. IF ERRORLEVEL 1 COPY ALL.OK TRANSFER.BAD
  10.  
  11. If the transfer goes well, the COPY command will NOT take place,
  12. and the file named TRANSFER.BAD will NOT exist (WILDCAT! will 
  13. look for it on return).  If the transfer does abort with an error,
  14. the COPY command WILL take place and there will now be a mirror 
  15. image of this file named TRANSFER.BAD.  When WILDCAT! reloads it
  16. will look for TRANSFER.BAD, and if found will know there was an
  17. error.  WILDCAT! then doscounts the downloads and erases TRANSFER.BAD
  18.  
  19. Simple, huh?
  20.